/* Reset Styles
***********************/
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
	font-family: Verdana, Geneva, sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,footer, header, hgroup, menu, section {
	display: block;
	list-style-position: inside;
	list-style-type: disc;
}
body {
	line-height: 1;
	list-style-position: inside;
	list-style-type: disc;
}
ol, ul {
	list-style-position: inside;
	list-style-image: none;
	list-style-type: disc;
}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
table {
	border-collapse: collapse;
	border-spacing: 0;
	list-style-position: inside;
	list-style-type: disc;
}
strong {
	font-weight: bold;
	color: #FFF;

}
em {font-style: normal;}

body {
	background: url(body.png) repeat left top;
	font-family: 'Georgia', 'Arial', sans-serif;
	list-style-position: inside;
	list-style-type: disc;
}
#container {
	width:895px;
	height:260px;
	max-width: 900px;
	max-height: 300px;
	margin: 0 auto;
	list-style-position: inside;
	list-style-type: disc;
}
